home *** CD-ROM | disk | FTP | other *** search
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
-
- activeBreadboard. setAnimatePoint ( 20 , 225 )
- activeBreadboard. stampAndMove ( "Axon" , "inputAxon" )
- activeBreadboard. setAnimatePoint ( 110 , 225 )
- activeBreadboard. stampAndMove ( "ArbitrarySynapse" , "outputSynapse" )
- inputAxon. connectTo ( "outputSynapse" )
- activeBreadboard. setAnimatePoint ( 200 , 225 )
- activeBreadboard. stampAndMove ( "L2Criterion" , "criterion" )
- outputSynapse. connectTo ( "criterion" )
-
- inputAxon. setRows ( 48 )
- inputAxon. setCols ( 48 )
- criterion. setRows ( 7 )
- criterion. setCols ( 30 )
-
- outputSynapse. setNConnections ( 2 )
- outputSynapse. setAutoconnect ( 2 )
-
- activeBreadboard. setAnimatePoint ( 15 , 200 )
- activeBreadboard. stampAndMove ( "StaticControl" , "control" )
- activeBreadboard. stampOnAndMove ( "BackStaticControl" , "control" )
- controlBackprop. setGradientClassName ( "Momentum" )
- controlBackprop. allocateBackpropPlane ( )
- outputSynapseBackpropGradient. setStepSize ( 0.2 )
-
- activeBreadboard. stampOnAndMove ( "File" , "inputAxon" )
- file. setName ("inputFile")
- inputFile. setActiveAccessPoint ( "Pre-Activity" )
- inputFilePath = macro. pathFromMacro ( "jcspict.bmp" )
- inputFile. addFile ( inputFilePath , FALSE )
- inputFile. setNormalize ( FALSE )
- inputFile. translate ( )
-
- activeBreadboard. stampOnAndMove ( "File" , "criterion" )
- file. setName ("desiredFile")
- desiredFile. setActiveAccessPoint ( "Desired Signal" )
- desiredFilePath = macro. pathFromMacro ( "jcstext.bmp" )
- desiredFile. addFile ( desiredFilePath , FALSE )
- desiredFile. setNormalize ( FALSE )
- desiredFile. translate ( )
-
- activeBreadboard. select ( NULL , FALSE )
- control. setEpochs ( 100 )
-
- activeBreadboard. stampOnAndMove ( "ArrowEngine" , "outputSynapse" )
-
- NextMacroPath = macro. pathFromMacro ( "ImageViewer.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
-